home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-17 | 215 b | 10 lines |
- CC= gcc
- COPTS= -O4
-
- # if you get problems with compilation of "signed",
- # read the README.TOO and try something like -DsBYTE=char
-
-
- hpcdtoppm: hpcdtoppm.c
- ${CC} ${COPTS} -DOWN_WRITE -o hpcdtoppm hpcdtoppm.c
-